home *** CD-ROM | disk | FTP | other *** search
/ ftp.ac-grenoble.fr / 2015.02.ftp.ac-grenoble.fr.tar / ftp.ac-grenoble.fr / assistance.logicielle / TreeSizeFreeSetup.exe / {app} / TreeSizeFree.DE / RCDATA / TINNOSETUPCUSTOMFORM / TINNOSETUPCUSTOMFORM.txt < prev   
Text File  |  2010-11-15  |  2KB  |  111 lines

  1. object InnoSetupCustomForm: TInnoSetupCustomForm
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsDialog
  5.   Caption = 'Setup'
  6.   ClientHeight = 360
  7.   ClientWidth = 497
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object TopPanel: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 497
  22.     Height = 63
  23.     Align = alTop
  24.     Color = clBtnHighlight
  25.     ParentBackground = False
  26.     TabOrder = 0
  27.     DesignSize = (
  28.       497
  29.       63)
  30.     object HeadlineLabel: TLabel
  31.       Left = 24
  32.       Top = 12
  33.       Width = 49
  34.       Height = 13
  35.       Caption = 'Headline'
  36.       Constraints.MaxWidth = 408
  37.       Font.Charset = DEFAULT_CHARSET
  38.       Font.Color = clWindowText
  39.       Font.Height = -11
  40.       Font.Name = 'Tahoma'
  41.       Font.Style = [fsBold]
  42.       ParentFont = False
  43.     end
  44.     object Logo: TImage
  45.       Left = 438
  46.       Top = 3
  47.       Width = 57
  48.       Height = 45
  49.       Anchors = [akTop, akRight]
  50.       Picture.Data = {<image000.bmp>}
  51.     end
  52.     object SubHeadlineLable: TLabel
  53.       Left = 35
  54.       Top = 31
  55.       Width = 59
  56.       Height = 13
  57.       Caption = 'SubHeadline'
  58.       Constraints.MaxWidth = 397
  59.     end
  60.   end
  61.   object CenterPanel: TPanel
  62.     Left = 0
  63.     Top = 63
  64.     Width = 497
  65.     Height = 251
  66.     Align = alClient
  67.     TabOrder = 1
  68.   end
  69.   object BottomPanel: TPanel
  70.     Left = 0
  71.     Top = 314
  72.     Width = 497
  73.     Height = 46
  74.     Align = alBottom
  75.     TabOrder = 2
  76.     DesignSize = (
  77.       497
  78.       46)
  79.     object CancelButton: TButton
  80.       Left = 410
  81.       Top = 12
  82.       Width = 75
  83.       Height = 23
  84.       Anchors = [akTop, akRight]
  85.       Cancel = True
  86.       Caption = 'Abbrechen'
  87.       ModalResult = 2
  88.       TabOrder = 1
  89.     end
  90.     object NextButton: TButton
  91.       Left = 322
  92.       Top = 12
  93.       Width = 75
  94.       Height = 23
  95.       Action = NextAction
  96.       Anchors = [akTop, akRight]
  97.       Default = True
  98.       TabOrder = 0
  99.     end
  100.   end
  101.   object ActionManager1: TActionList
  102.     Left = 8
  103.     Top = 320
  104.     object NextAction: TAction
  105.       Caption = 'Weiter'
  106.       OnExecute = NextActionExecute
  107.       OnUpdate = NextActionUpdate
  108.     end
  109.   end
  110. end
  111.